.productpages-pic{
    width: 100%;
    height: 100px;
    background: white;
}

.productpages-ul{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productpages-li{
    height: 100%;
    margin-right: 10px;
    position: relative;
}

.productpages-li:last-child{
    margin-right: 0;
}

.productpages-li:hover .productpagesA-nav{
	display: block;
}

.productpagesA-nav{
	width: 100%;
	border: 1px solid #eee;
	border-top: 0;
	background: white;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
}

.productpagesAnav-li{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 5px;
}

.productpagesA{
	height: 100%;
    display: flex;
    align-items: center;
    padding: 25px;
    font-size: 18px;
    color: #2a2726;
}

.productpagesA:hover{
    color: #2a2726;
}

.productpages-li:hover{
    background: white;
}

.productpages-li::before{
    width: 0;
    height: 2px;
    background: white;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.8s;
}

.productpages-li:hover::before{
    background: #e6212a;
    width: 100%;
}

.lightxian{
    background: #F5F5F5;
    transition: all .5s;
    position: relative;
}

.lightxian .productpagesA{
    color: #e6212a;
}

.lightxian::before{
    width: 100%;
    height: 2px;
    background: #e6212a;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.8s;
}

.lightbgs{
    background: white;
}

.productcard{
    background: #F5F5F5;
}

.productcard-top{
    padding: 30px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.productcard-top img{
    margin-right: 10px;
}

.product-list{
    display: flex;
    flex-wrap: wrap;
}

.productlist-li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px;
}

.productlist-li:nth-child(3n){
    margin-right: 0;
}

.productlist-img{
    width: 100%;
    height: 260px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
}

.productlist-img img{
    max-width: 100%;
    max-height: 100%;
    transition: all 1s;
}

.productlist-title{
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productlist-sp1{
    font-size: 20px;
    color: #1d2736;
}

.productlist-sp2{
    color: rgb(153, 153, 153);
    font-size: 36px;
}

.productlist-li:hover{
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}

.productlist-li:hover .productlist-sp1{
    color: #e6252e;
}

.productlist-li:hover .productlist-img img{
    transform: scale(1.15);
}

.fy{
    flex-wrap: wrap;
    padding: 40px 0;
}

.productdetail{
    background-color: #F5F5F5;
}

.detailscard{
    display: flex;
    padding-bottom: 80px;
}

.detailcard-left{
    width: 67%;
    background: white;
    padding: 30px 60px;
}

.detailcard-right{
    flex: 1;
    height: fit-content;
    background-color: #FAFAFA;
    border-top: 3px solid #E6212A;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    -moz-box-shadow: 7px 0px 7px #BABABA inset;
    -webkit-box-shadow: 7px 0px 7px #BABABA inset;
    box-shadow: 7px 0px 7px #BABABA inset;
    padding: 40px;
}

.detilcard-title{
    font-size: 18px;
    color: rgb(31, 73, 125);
    width: 48%;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}

.detailcard-content{
    line-height: 35px;
}

.detailcard-content img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.sxpz{
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dotted #ddd;
    color: #333;
}

.sxpz a{
    color: #333;
}

.relevant{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.relevant-p{
    font-size: 20px;
    color: #2d3540;
}

.relevant a{
    font-size: 16px;
    color: #93979D;
}

.relevant-li{
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}

.relevant-li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.relevant-img{
    width: 30%;
    overflow: hidden;
}

.relevant-img img{
    width: 100%;
    transition: all 1s;
}

.relevant-img:hover img{
    transform: scale(1.12);
}

.relevant-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.relevant-sp1{
    font-size: 16px;
    color: #1d2736;
}

.relevant-sp2{
    font-size: 36px;
    color: #999999;
    line-height: 1;
    display: none;
}

.relevant-li:hover .relevant-sp1{
    color: #e6252e;
}

.detailcard-qwe{
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	align-items: center;
	margin: 20px 0;
}

.detailcard-img{
	width: 48%;
	display: flex;
	justify-content: center;
}

.detailcard-img img{
	max-width: 100%;
}

